home *** CD-ROM | disk | FTP | other *** search
/ Freelog 22 / freelog 22.iso / Prog / Djgpp / RHIDE14B.ZIP / doc / rhide / README.IDE < prev    next >
Encoding:
Text File  |  1997-10-01  |  3.0 KB  |  71 lines

  1. RHIDE is Copyright (C) by Robert Höhne, see COPYING.RH for details
  2.  
  3. RHIDE is an Integrated Development Environment for DJGPP Version 2.01 and
  4. later. It is written with my port of the Turbo Vision library. RHIDE has
  5. an user interface in multiple languages, which can be selected by the
  6. environment variable LANGUAGE or on commandline. If this variable is not set, 
  7. english is the default. The contents of this variable should be normaly the two 
  8. character shortcut of your language. But you can give your language also
  9. any other name you want. (check the doc how it can be done)
  10.  
  11. For installing the binaries of RHIDE read the file 'rhide.bin'.
  12.  
  13. RHIDE looks and works like the IDE, which comes with Turbo C++ V.3.1 from
  14. Borland and has also an integrated debugger. The RHIDE binary package
  15. contain three binaries, the docs, the language files and all other standard
  16. configuration files. The binaries are:
  17.  
  18. rhide.exe     - this is the full featured RHIDE
  19. rhgdb.exe     - this is a standalone debugger (GDB 4.16) with Turbo Vison
  20.                 interface
  21. gpr2mak.exe   - use this for creating a makefile from a RHIDE project file
  22.  
  23. Because the new editor of RHIDE uses a new keyboard handling, it is
  24. somtimes neccessary to change the defaults about the keyboard. For more
  25. information about this topic please read the file 'readme.key', which
  26. is normaly installed in %DJDIR%/share/rhide.
  27.  
  28. RHIDE supports the following source files to be compiled in the IDE:
  29.  
  30. C source files (*.c *.i)
  31. C++ source files (*.cc *.cxx *.cpp *.C *.ii)
  32. Objective C source files (*.m)
  33. Assembler source files (for the GNU assembler) (*.s *.S)
  34. Pascal source files (for the GNU pascal compiler) (*.p *.pas)
  35. Fortran source files (for G77) (*.f *.for *.F *.fpp)
  36. NASM source file (*.asm *.nsm)
  37.  
  38. If you want to compile other source files or want to use other compilers
  39. than the default, check the documentation, how it can be done.
  40.  
  41. With RHIDE you can create programs or libraries by defining a project,
  42. which contains all the source or object files for it.
  43.  
  44. Because RHIDE is designed for DJGPP Version 2.01 and later, it needs a DPMI
  45. server to work. If a DPMI server is not already installed on your system, you
  46. can use the free services from Charles Sandman's CWSDPMI, which is available at
  47. any SimtelNet ftp site in the 'djgpp/v2misc' directory.
  48.  
  49. The primary site for RHIDE is at the University in Chemnitz(Germany) and the
  50. RHIDE home page is
  51.  
  52. http://www.tu-chemnitz.de/~rho/rhide.html
  53.  
  54. This page contains also every time the latest news about RHIDE.
  55.  
  56. If you have problems with RHIDE, read at first the documentation and
  57. the DJGPP FAQ. If this does not help you, post your question to
  58.  
  59. comp.os.msdos.djgpp
  60.  
  61. If you think, you have found a bug, read the documentation about the
  62. best way to report it. For sending a bug report to me or the news
  63. group please use the menu entry "Bug report" from the system menu
  64. (the leftmost menu).
  65.  
  66.  
  67.              Have fun with RHIDE
  68.  
  69.              Robert Höhne <Robert.Hoehne@Mathematik.TU-Chemnitz.DE>
  70.  
  71.